3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
QuickDraw 3D provides constants for some common CSG equations. See "Constructive Solid Geometry" for more information on how CSG equations are determined.
typedef enum TQ3CSGEquation {
kQ3CSGEquationAandB = (int) 0x88888888,
kQ3CSGEquationAandnotB = 0x22222222,
kQ3CSGEquationAanBonCad = 0x2F222F22,
kQ3CSGEquationnotAandB = 0x44444444,
kQ3CSGEquationnAaBorCanD = 0x74747474
} TQ3CSGEquation;
Previous | QD3D Book | Overview | Chapter Contents | Next |